|
This page last changed on Dec 22, 2008 by dcline.
Condor Installation on a Mac
- Create user Condor
- Down Condor as user Condor
- Extract the Condor tar file to /Users/condor/Applications. This should create the directory /Users/condor/Applications/condor-6.8.8.
- Installed using
- Edit /Users/condor/.profile to set CONDOR_CONFIG to /opt/condor-6.8.8/etc/condor_config
- Create /opt/condor-6.8.8/sbin/condor_start.sh with the following content:
- Create /opt/condor-6.8.8/sbin/condor_start.sh with the following content:
- Edit crontab as user using "sudo crontab -e", then add the following:
- Edit the /Users/condor/Applications/condor-6.8.8/condor_config.local file:
- Change DAEMON_LIST to include only MASTER, STARTD
- Change CONDOR_IDS to be same uid of condor user 503.20
- Change CONDOR_ADMIN to be dcline@mbari.org
- Change LOCAL_DIR = /Users/condor/Applications/condor-6.8.8
- Reboot to start condor daemon
|